Static Public Member Functions | List of all members
cet::name_of< T[N]> Struct Template Reference

#include <name_of.h>

Static Public Member Functions

static std::string is ()
 

Detailed Description

template<class T, int N>
struct cet::name_of< T[N]>

Definition at line 307 of file name_of.h.

Member Function Documentation

template<class T , int N>
static std::string cet::name_of< T[N]>::is ( )
inlinestatic

Definition at line 309 of file name_of.h.

310  {
311  return "array[" + std::to_string(N) + "]-of_" + name_of<T>::is();
312  }
static std::string is()
Definition: name_of.h:90
std::string to_string(ModuleType const mt)
Definition: ModuleType.h:34

The documentation for this struct was generated from the following file: